home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / Intro_44.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  673 b   |  13 lines

  1. on mouseUp
  2.   if the hilite of cast "linoleum" = 1 then
  3.     set the visible of sprite 32 to 0
  4.     set the visible of sprite 33 to 0
  5.   end if
  6.   if the hilite of cast "linoleum" = 0 then
  7.     if (the hilite of cast "asphalt" = 0) and (the hilite of cast "terrazzo" = 0) and (the hilite of cast "ribbedsteel" = 0) and (the hilite of cast "tile" = 0) and (the hilite of cast "oilgrease" = 0) and (the hilite of cast "metalchips" = 0) and (the hilite of cast "noisereduction" = 0) and (the hilite of cast "floorprotection" = 0) and (the hilite of cast "cushionload" = 0) then
  8.       set the visible of sprite 32 to 1
  9.       set the visible of sprite 33 to 1
  10.     end if
  11.   end if
  12. end
  13.